auto merge of #670 : bkoropoff/cargo/unused-everywhere, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 6 Oct 2014 02:30:06 +0000 (02:30 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Oct 2014 02:30:06 +0000 (02:30 +0000)
I'm not sure what changed, but unused value lints were popping up everwhere when I tried to build today.

This turns on the `if let` feature since it allows rewriting a lot of calls to `Option::map` that were only being used for their side effects into a clean form.  Cargo seems as good of a place as any to dogfood it.


Trivial merge